Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com>
* docs/gap-geometry.fig: Moved into docs/ subdir
* Makefile.am configure.in autogen.sh src/Makefile.am:
automakify
* src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
src/pixbuf-main.c: Move sources into subdir and
rename.
--- /dev/null
+Makefile.in
+Makefile
+.deps
+.libs
+*.lo
+*.la
\ No newline at end of file
+Mon Mar 6 11:44:58 2000 Owen Taylor <otaylor@redhat.com>
+
+ * docs/gap-geometry.fig: Moved into docs/ subdir
+
+ * Makefile.am configure.in autogen.sh src/Makefile.am:
+ automakify
+
+ * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
+ src/pixbuf-main.c: Move sources into subdir and
+ rename.
+
Mon Mar 6 11:02:07 2000 Owen Taylor <otaylor@redhat.com>
* pixmap_theme_pixbuf.c: Handle drawing transparency without a
engine_LTLIBRARIES = libpixmap.la
libpixmap_la_SOURCES = \
- pixmap_theme_draw.c \
- pixmap_theme_main.c \
- pixmap_theme_pixbuf.c \
- pixmap_theme.h
+ pixbuf-draw.c \
+ pixbuf-main.c \
+ pixbuf-render.c \
+ pixbuf.h
libpixmap_la_LDFLAGS = -module -avoid-version
libpixmap_la_LIBADD =
* Carsten Haitzler <raster@rasterman.com>
*/
-#include "pixmap_theme.h"
+#include "pixbuf.h"
#include <math.h>
static ThemeImage *
* Carsten Haitzler <raster@rasterman.com>
*/
-#include "pixmap_theme.h"
+#include "pixbuf.h"
#include <gmodule.h>
/* Theme functions to export */
* Carsten Haitzler <raster@rasterman.com>
*/
-#include "pixmap_theme.h"
+#include "pixbuf.h"
#include <gdk-pixbuf/gdk-pixbuf.h>
GCache *pixbuf_cache = NULL;